home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / chip-cd_2000_02.zip / 02 / software / drivery / VooDoo Banshee / vbwn4-10300.exe / Banshee.inf < prev    next >
Windows Setup INFormation  |  1999-10-27  |  6KB  |  188 lines

  1. ; INF file for 3dfx Interactive's Voodoo Banshee WinNT display driver
  2. ; Copyright 1998-1999, 3dfx Interactive, Inc.
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%3dfx%
  8. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  9. Class=Display
  10.  
  11. [DestinationDirs]
  12. DefaultDestDir    = 11  ; system32
  13. banshee.Miniport  = 12  ; drivers
  14. banshee.Display   = 11
  15. Control.Panel     = 11
  16. banshee.Inf       = 17
  17. banshee.help      = 18
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %3dfx%   = 3dfx.Mfg
  25.  
  26. [3dfx.Mfg]
  27. %3dfx% Voodoo Banshee = banshee
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [banshee]
  35. CopyFiles=banshee.Miniport, banshee.Display, Control.Panel, banshee.Inf,banshee.help
  36. AddReg=Control.Panel.Addreg, Uninstall.All.Addreg, Uninstall.CP.Addreg, OpenGL.Regs
  37.  
  38. [banshee.Uninstall.All]
  39. DelReg=Control.Panel.Addreg, Uninstall.All.Addreg, Uninstall.CP.Addreg, OpenGL.Regs
  40. DelService=banshee
  41. DelFiles=banshee.Miniport, banshee.Display, Control.Panel, banshee.Inf.DelFiles, banshee.help
  42. Reboot
  43.  
  44. [banshee.Uninstall.CP]
  45. DelReg=Control.Panel.Addreg, Uninstall.CP.Addreg
  46. DelFiles=Control.Panel
  47.  
  48. ;
  49. ; File sections
  50. ;
  51.  
  52. [banshee.Miniport]
  53. banshee.sys,,,%IN_USE%
  54.  
  55. [banshee.Display]
  56. banshee.dll,,,%IN_USE%
  57. glide2x.dll,,,%IN_USE%
  58. glide3x.dll,,,%IN_USE%
  59. 3dfxSpl2.dll,,,%IN_USE%
  60. 3dfxSpl3.dll,,,%IN_USE%
  61. 3dfxOGL.dll,,,%IN_USE%
  62.  
  63. [Control.Panel]
  64. 3dfxVBps.dll,,,%IN_USE%
  65. 3dfxVBtv.dll,,,%IN_USE%
  66.  
  67. [banshee.Inf]
  68. Banshee.Inf
  69.  
  70. [banshee.help]
  71. 3dfxVBps.hlp,,,%IN_USE%
  72.  
  73. [banshee.Inf.DelFiles]
  74. Banshee.Inf,,,%IN_USE%
  75. Banshee.Pnf,,,%IN_USE%
  76.  
  77. ;
  78. ; Registry sections
  79. ;
  80.  
  81. [Control.Panel.Addreg]
  82. HKCR,CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01},"",,"3dfx Voodoo Banshee Property Sheet"
  83. HKCR,CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}\InProcServer32,"",,"3dfxVBps.dll"
  84. HKCR,CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}\InProcServer32,ThreadingModel,,"Apartment"
  85. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Banshee",,,"{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}"
  86. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}",,"3dfx Voodoo Banshee Property Sheet"
  87. HKCR,CLSID\{AA0B0F42-A22B-11d1-B8F5-0060975EBA01},"",,"3dfx Voodoo Banshee TVOut Property Sheet"
  88. HKCR,CLSID\{AA0B0F42-A22B-11d1-B8F5-0060975EBA01}\InProcServer32,"",,"3dfxVBtv.dll"
  89. HKCR,CLSID\{AA0B0F42-A22B-11d1-B8F5-0060975EBA01}\InProcServer32,ThreadingModel,,"Apartment"
  90. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\TVOut",,,"{AA0B0F42-A22B-11d1-B8F5-0060975EBA01}"
  91. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{AA0B0F42-A22B-11d1-B8F5-0060975EBA01}",,"3dfx Voodoo Banshee TVOut Property Sheet"
  92.  
  93. [OpenGL.Regs]
  94. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\OpenGLdrivers","3Dfx",,"3dfxogl.dll"
  95.  
  96. [Uninstall.All.Addreg]
  97. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3dfx Interactive Banshee",,,
  98. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3dfx Interactive Banshee","DisplayName",,"3dfx Voodoo Banshee Display Driver and Control Panel"
  99. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3dfx Interactive Banshee","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.All 132 %17%\Banshee.inf"
  100. HKLM,"SYSTEM\CurrentControlSet\Services\banshee"
  101.  
  102. [Uninstall.CP.Addreg]
  103. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3dfx Interactive Banshee CP",,,
  104. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3dfx Interactive Banshee CP","DisplayName",,"3dfx Voodoo Banshee Control Panel"
  105. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3dfx Interactive Banshee CP","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.CP 132 %17%\Banshee.inf"
  106.  
  107. ;
  108. ; Service Installation
  109. ;
  110.  
  111. [banshee.Services]
  112. AddService = banshee, 0x00000002, banshee_Service_Inst, banshee_EventLog_Inst
  113.  
  114. [banshee_Service_Inst]
  115. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  116. StartType      = 1                  ; SERVICE_SYSTEM_START
  117. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  118. LoadOrderGroup = Video
  119. ServiceBinary  = %12%\banshee.sys
  120.  
  121. [banshee_EventLog_Inst]
  122. AddReg = banshee_EventLog_AddReg
  123.  
  124. [banshee_EventLog_AddReg]
  125. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\banshee.sys"
  126. HKR,,TypesSupported,0x00010001,7
  127.  
  128. ;
  129. ; General config information
  130. ;
  131. [banshee.GeneralConfigData]
  132. MaximumDeviceMemoryConfiguration=68
  133.  
  134. ;
  135. ; Software Installation
  136. ;
  137.  
  138. [banshee.SoftwareSettings]
  139. AddReg = banshee_SoftwareDeviceSettings
  140.  
  141. [banshee_SoftwareDeviceSettings]
  142. HKR,, InstalledDisplayDrivers,    %REG_MULTI_SZ%, banshee
  143. HKR,, VgaCompatible,              %REG_DWORD%,    0
  144. HKR,, UseNonBIOSModeSet,          %REG_DWORD%,    1
  145. HKR,, memclocking,                %REG_DWORD%,    110
  146.  
  147. ;
  148. ; Source file information
  149. ;
  150.  
  151. [SourceDisksNames.x86]
  152. 1 = %DiskId%,,,""
  153.  
  154. [SourceDisksFiles]
  155. banshee.sys  = 1
  156. banshee.dll  = 1
  157. glide2x.dll  = 1
  158. glide3x.dll  = 1
  159. 3dfxVBps.dll = 1                                                               
  160. 3dfxVBps.hlp = 1                                                               
  161. 3dfxVBtv.dll = 1
  162. 3dfxSpl2.dll = 1
  163. 3dfxSpl3.dll = 1
  164. banshee.inf  = 1
  165. 3dfxOGL.dll  = 1
  166.  
  167. [Strings]
  168.  
  169. ;
  170. ; Non-Localizable Strings
  171. ;
  172.  
  173. IN_USE         = 0x00010000
  174. REG_SZ         = 0x00000000
  175. REG_MULTI_SZ   = 0x00010000
  176. REG_EXPAND_SZ  = 0x00020000
  177. REG_BINARY     = 0x00000001
  178. REG_DWORD      = 0x00010001
  179. SERVICEROOT    = System\CurrentControlSet\Services
  180.  
  181. ;
  182. ; Localizable Strings
  183. ;
  184.  
  185. DiskId       = "3dfx Voodoo Banshee Windows NT 4.0 Installation Disk"
  186. GraphAdap    = "Graphics Adapter"
  187. 3dfx         = "3dfx Interactive, Inc."
  188.